home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_387
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
142b
|
12 lines
on(release){
if(money >= 800)
{
money -= 800;
gotoAndStop(307);
}
else
{
gotoAndStop(319);
}
}